đ Notes
- Memory: Implemented with PHP sessions. For persistence across browsers/servers, use MySQL with a
conversation_id.
- Privacy: Conversations are stored locally in your session. Clear them using the controls above.
- API: Uses OpenAI-compatible
POST /chat/completions endpoint.
- Code Editing: Code blocks now use ACE Editor for better syntax highlighting and editing.